remove first element in array php

57

remove first letter php -

<?php
echo substr('abcdef', 1);     // bcdef
?>

Comments

Submit
0 Comments